gridpack::optimization::Function Class Reference

#include <functions.hpp>

Inheritance diagram for gridpack::optimization::Function:
Inheritance graph
[legend]
Collaboration diagram for gridpack::optimization::Function:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~Function (void)
 Destructor.
const std::string & name (void) const
 Get the function name.
const std::vector
< ExpressionPtr > & 
args (void) const
 Get the function arguments.

Friends

ExpressionPtr sin (ExpressionPtr e)
 Representation of the sine function.
ExpressionPtr cos (ExpressionPtr e)
 Representation of the cosine function.
ExpressionPtr sin (VariablePtr e)
 Representation of the sine function.
ExpressionPtr cos (VariablePtr e)
 Representation of the cosine function.

Constructor & Destructor Documentation

gridpack::optimization::Function::~Function ( void   ) 

Destructor.


Member Function Documentation

const std::vector<ExpressionPtr>& gridpack::optimization::Function::args ( void   )  const

Get the function arguments.

const std::string& gridpack::optimization::Function::name ( void   )  const

Get the function name.


Friends And Related Function Documentation

ExpressionPtr cos ( VariablePtr  e  )  [friend]

Representation of the cosine function.

ExpressionPtr cos ( ExpressionPtr  e  )  [friend]

Representation of the cosine function.

ExpressionPtr sin ( VariablePtr  e  )  [friend]

Representation of the sine function.

ExpressionPtr sin ( ExpressionPtr  e  )  [friend]

Representation of the sine function.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Feb 2020 for GridPACK by  doxygen 1.6.1